-
1 kernel architecture
kernel architecture Kernarchitektur f (Programmierung)English-German dictionary of Electrical Engineering and Electronics > kernel architecture
-
2 kernel architecture
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > kernel architecture
-
3 kernel
1) часть операционной системы, обычно находящаяся резидентно в ОЗУ и выполняющая наиболее важные задачи, связанные с безопасностью, обслуживанием таймера, управлением диспетчеризацией задач, логическим уровнем дискового ввода-вывода, распределением ОЗУ и системных ресурсов и др., т. е. обеспечивающая базовую функциональность данной ОС."The kernel's job is to handle the message passing, interrupt handling, low-level process management, and possibly the I/O" (Linus Torvalds). — В задачи ядра входит управление передачей этих сообщений, обработка прерываний, управление низкоуровневыми процессами и, возможно, ввод-вывод см. тж. kernel architecture, kernel call, kernel memory, kernel mode, kernel stack, microkernel, operating system, real-time kernel, UNIX
2) необходимая часть языка программирования, в терминах которой определяются все другие конструкции.Syn:3) набор низкоуровневых программных примитивов, вокруг которого строится какая-либо системаАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > kernel
-
4 kernel
"The core of layered architecture that manages the most basic operations of the operating system and the computer's processor. The kernel schedules different blocks of executing code, called threads, for the processor to keep it as busy as possible and coordinates multiple processors to optimize performance. The kernel also synchronizes activities among Executive-level subcomponents, such as I/O Manager and Process Manager, and handles hardware exceptions and other hardware-dependent functions. The kernel works closely with the hardware abstraction layer." -
5 grain
-
6 graphics
графика, компьютерная графикаизображения (рисунки, иллюстрации, графики, чертежи, фотографии и др.), создаваемые, хранящиеся и/или обрабатываемые с помощью компьютера, а также связанные с этим специальные аппаратные средства, ПО и программирование.Syn:computer graphics. По методу представления компьютерная графика делится на векторную (vector graphics) и растровую (raster graphics)см. тж. graphics accelerator, graphics application, graphics architecture, graphics card, graphics character, graphics chip, graphics coprocessor, graphics device, graphics editor, graphics engine, graphics file, graphics filter, graphics hardware, graphics interface, graphics kernel, graphics language, graphics memory, graphics performance, graphics pipeline, graphics primitive, graphics processing, graphics processor, graphics resolution, graphics subsystem, graphics workstationАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > graphics
-
7 security
1) защита; защищённость, безопасностьсвойства ПО и аппаратного обеспечения, обеспечивающие предотвращение несанкционированного доступа (случайного или намеренного) к программам и даннымсм. тж. A1 security, access control, authorization, communication security, computer security, content security software, crimeware, cryptographic security, data security, emission security, information security, Internet security, login security, network security, physical security, proactive security, security administrator, security agent security architecture, security audit, security breach, security certification, security context, security erase, security evaluation, security hole, security kernel, security log, security management, security model, security patch, security perimeter, security policy, security protocol, security scanner, security service, security solution, security technology, security testing, security threat, security tools, security vulnerability, traffic-flow security, transmission security, Web securityсм. тж. security audit, security certification, security management, security policy, wireless security3) секретность, конфиденциальность, защищённость"Neither the first Ethernet local area network nor the first Internet computer networks were built with privacy or security in mind" (Т. Shimomura). — При разработке как первой локальной сети Ethernet, так и первых компьютерных сетей Интернета о проблемах защищённости персональных данных и безопасности практически не думали
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > security
-
8 stack
1) стекв программировании - область оперативной памяти используемая в режиме очереди с дисциплиной обслуживания LIFO для временного хранения состояния процессора, регистров, локальных переменных; в стек обычно записывается адрес возврата при вызове процедуры или функции, а также передаваемые ей параметры или ссылки на них. Так как размер выделяемой под стек памяти ограничен, то стек имеет нижнюю (stack bottom) и верхнюю (top of stack, TOS) границы. Нарушение этих границ именуется stack overflow и stack underflow соответственно. Каждая задача или поток имеют собственный стек. Работа со стеком поддерживается аппаратно с помощью команд занесения в стек (push) и извлечения из стека (pop), а также специального регистра - указателя стека (stack pointer) и контроля нарушения границ стекасм. тж. activation record, calling stack, hardware stack, kernel stack, operand stack, software stack, stack addressing, stack architecture, stack checking, stack decoding, stack depth, stack fault, stack frame, stack machine, stack memory, stack operation, stack pointer, stack region, stack segment, stack space, task stack2) архив (например, системы HyperCard)3) см. protocol stack4) глаг. класть сверху, наращиватьАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > stack
-
9 WDM
"A driver model based on the Windows NT driver model that is designed to provide a common architecture of I/O services for Windows operating systems for specific classes of drivers. These driver classes include USB and IEEE 1394 buses, audio, still-image capture, video capture, and HID-compliant devices such as USB mice, keyboards, and joysticks. Provides a model for writing kernel-mode drivers and minidrivers, and provides extensions for Plug and Play and power management." -
10 Windows Driver Model
"A driver model based on the Windows NT driver model that is designed to provide a common architecture of I/O services for Windows operating systems for specific classes of drivers. These driver classes include USB and IEEE 1394 buses, audio, still-image capture, video capture, and HID-compliant devices such as USB mice, keyboards, and joysticks. Provides a model for writing kernel-mode drivers and minidrivers, and provides extensions for Plug and Play and power management."
См. также в других словарях:
Kernel panic — Linux 2.6 не может смонтировать корневую файловую систему. Kernel panic (англ.: тревога, сбой в ядре) сообщение о критической о … Википедия
Kernel-Based Virtual Machine — KVM (Kernel based Virtual Machine) est une machine virtuelle libre pour Linux. Elle fonctionne[1] sur les architectures x86 disposant des technologies Intel VT (voir vanderpool) ou AMD SVM (AMD V). Le module est intégré dans le noyau Linux depuis … Wikipédia en Français
Kernel-based virtual machine — KVM (Kernel based Virtual Machine) est une machine virtuelle libre pour Linux. Elle fonctionne[1] sur les architectures x86 disposant des technologies Intel VT (voir vanderpool) ou AMD SVM (AMD V). Le module est intégré dans le noyau Linux depuis … Wikipédia en Français
Kernel (computing) — A kernel connects the application software to the hardware of a computer In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware… … Wikipedia
Kernel (computer science) — In computer science, the kernel is the central component of most computer operating systems (OS). Its responsibilities include managing the system s resources (the communication between hardware and software components). As a basic component of… … Wikipedia
Architecture of Windows NT — The Windows NT operating system family s architecture consists of two layers (user mode and kernel mode), with many different modules within both of these layers. The architecture of Windows NT, a line of operating systems produced and sold by… … Wikipedia
Kernel — Noyau de système d exploitation Pour les articles homonymes, voir noyau. Un noyau de système d’exploitation (abrégé noyau, ou kernel en anglais, de l allemand kern), est la partie fondamentale de certains systèmes d’exploitation. Il gère les… … Wikipédia en Français
Architecture of Mac OS X — Mac OS X is the culmination of Apple Inc. s decade long search for an operating system to replace the original Mac OS. After the failures of their previous attempts; Pink which started as an Apple project but evolved into a joint venture with IBM … Wikipedia
Kernel linux — Noyau Linux Pour les articles homonymes, voir Noyau et Linux (homonymie). Linux … Wikipédia en Français
Kernel-based Virtual Machine — Infobox Software name = Kernel based Virtual Machine logo = caption = Screenshot of the Windows XP boot up process in a qemu/kvm window in Fedora 7. developer = latest release version = 75 latest release date = release date|2008|09|10 operating… … Wikipedia
Kernel-based Virtual Machine — Pour les articles homonymes, voir KVM. Kernel based Virtual Machine … Wikipédia en Français